From d36b183530a647fc9872120d6848385df9603622 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Fri, 13 May 2016 12:34:31 -0400 Subject: [PATCH] Clarify that the "somewhere" is github --- src/doc/guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index a175dec89..e66454fee 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -111,7 +111,8 @@ class="s1"> Compiling hello_world v0.1.0 (file:///path/to/project/hello If you download an existing project that uses Cargo, it’s really easy to get going. -First, get the project from somewhere. In this example, we’ll use `color-rs`: +First, get the project from somewhere. In this example, we’ll use `color-rs` +cloned from its repository on GitHub: ```sh $ git clone https://github.com/bjz/color-rs.git -- 2.30.2